home *** CD-ROM | disk | FTP | other *** search
/ Game Infinity - ECTS (UK) (Press Kit) / Game Infinity - ECTS (UK) (Press Kit).bin / data / wizard.dxr / 00056.ls < prev    next >
Encoding:
Text File  |  2000-08-11  |  166 b   |  17 lines

  1. global cc, aaa
  2.  
  3. on mouseDown
  4.   if buttonclicked() then
  5.     gogo()
  6.   end if
  7. end
  8.  
  9. on mouseLeave
  10.   sprite(aaa).memberNum = cc
  11. end
  12.  
  13. on mouseEnter
  14.   aaa = 12
  15.   roll()
  16. end
  17.